home *** CD-ROM | disk | FTP | other *** search
- /* IPL_ABORT */
- /* k 1037 21/05/91 */
- struct iplab { /* IPL_ABORT request */
- char hdr[3]; /* header */
- char res1[1]; /* reserved */
- char pcid[8]; /* PCID */
- char onode[8]; /* origin node name */
- char dnode[8]; /* destination node name*/
- char res1[4]; /* reserved */
- };
- #define IPLAB 0x430246 /* IPL_ABORT header */
-